Platform Explorer / Nuxeo Platform 2023.10

Operation Audit.LogEvent (Log Event In Audit)

Description

Log events into audit for each of the input document. The operation accept as input one ore more documents that are returned back as the output.
Operation id Audit.LogEvent
AliasesAudit.Log
Category Services
Label Log Event In Audit
Requires
Since

Parameters

Name Description Type Required Default value
event string yes  
category string no Automation 
comment string no  

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.services.AuditLog
Contributing Component org.nuxeo.ecm.core.automation.features.operations

JSON Definition

{
  "id" : "Audit.LogEvent",
  "aliases" : [ "Audit.Log" ],
  "label" : "Log Event In Audit",
  "category" : "Services",
  "requires" : null,
  "description" : "Log events into audit for each of the input document. The operation accept as input one ore more documents that are returned back as the output.",
  "url" : "Audit.LogEvent",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ {
    "name" : "event",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : "AuditEvent",
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "category",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ "Automation" ]
  }, {
    "name" : "comment",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : "TextArea",
    "order" : 0,
    "values" : [ ]
  } ]
}